Skip to content

Conversation

@mcruzdev
Copy link
Collaborator

@mcruzdev mcruzdev commented Jan 14, 2026

Changes

This pull request add gRPC support for:

  • Unary call
  • CLient Streaming
  • Server Streaming
  • Bidirectional Streaming
  • All above options allowing expression on arguments

It uses a library that downloads (cacheable) a protoc binary based on the OS.

Closes #1078

@mcruzdev mcruzdev marked this pull request as ready for review January 30, 2026 18:19
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one does not belong to this PR, isnt it?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same, I think this one is a leftover

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is a leftover

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but it is still here ;)

mcruzdev and others added 2 commits February 10, 2026 06:10
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
public CompletableFuture<WorkflowModel> apply(
WorkflowContext workflowContext, TaskContext taskContext, WorkflowModel input) {

Map<String, Object> arguments = this.arguments.apply(workflowContext, taskContext, input);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably this can directly passed to the method call (I like compact code and in this case the local variable hardly enhance readbility (on the contrary we have the same name for a local variable and a member)

mcruzdev and others added 5 commits February 12, 2026 14:20
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: fjtirado <ftirados@redhat.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support to gRPC call

2 participants